Feature: Debería permitir al usuario eliminar un post existente
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 38.119s |
Scenario: Debería permitir al usuario eliminar un post existente
Before
0m 1.862s
Given
I open the Ghost login page
0m 1.844s
And
I wait for 2 seconds
0m 2.410s
And
I enter login email CSV "USERNAME1"
0m 0.693s
And
I wait for 3 seconds
0m 3.378s
And
I enter login password CSV "PASSWORD1"
0m 0.481s
And
I wait for 3 seconds
0m 3.457s
And
I submit login
0m 0.659s
And
I wait for 5 seconds
0m 5.471s
And
I am on the posts list page
0m 2.442s
When
I create a new post with title "My New Post xy" and content "This is the content of my first post"
0m 2.076s
And
I publish the post
0m 2.799s
Then
I should see the post with title "My New Post xy" in the posts list
0m 1.806s
When
I open the post with title "My New Post xy"
0m 1.627s
And
I delete the post
0m 1.356s
And
I wait for 3 seconds
0m 3.657s
Then
I should not see the post with title "My New Post xy" in the posts list
0m 2.065s
After
0m 0.036s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I open the Ghost login page
And
I wait for 2 seconds
And
I enter login email CSV "USERNAME1"
And
I wait for 3 seconds
And
I enter login password CSV "PASSWORD1"
And
I wait for 3 seconds
And
I submit login
And
I wait for 5 seconds
And
I am on the posts list page
When
I create a new post with title "My New Post xy" and content "This is the content of my first post"
And
I publish the post
Then
I should see the post with title "My New Post xy" in the posts list
When
I open the post with title "My New Post xy"
And
I delete the post
And
I wait for 3 seconds
Then
I should not see the post with title "My New Post xy" in the posts list
After
NO IMAGE AVAILABLE